user-service
Toggle table of contents
2.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
user-service
domain
/
[root]
/
User
User
data
class
User
(
val
userData
:
UserData
,
val
password
:
String
)
Data class representing a User entity.
Members
Constructors
User
Link copied to clipboard
constructor
(
userData
:
UserData
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
the password of the user
user
Data
Link copied to clipboard
val
userData
:
UserData
the user data